home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / styles / IStyleModule.as < prev    next >
Text File  |  2008-10-29  |  121b  |  10 lines

  1. package mx.styles
  2. {
  3.    public interface IStyleModule
  4.    {
  5.        
  6.       
  7.       function unload() : void;
  8.    }
  9. }
  10.